func runtime.raceReadObjectPC
11 uses
runtime (current package)
iface.go#L336: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
iface.go#L351: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
map.go#L414: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L484: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L623: raceReadObjectPC(t.Key, key, callerpc, pc)
map.go#L746: raceReadObjectPC(t.Key, key, callerpc, pc)
mbarrier.go#L228: raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
race0.go#L19: func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
select.go#L407: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
select.go#L462: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
select.go#L503: raceReadObjectPC(c.elemtype, cas.elem, casePC(casi), chansendpc)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |